Skip to content

Resonate setup - #4794

Draft
marcoacierno wants to merge 1 commit into
mainfrom
resonate
Draft

Resonate setup#4794
marcoacierno wants to merge 1 commit into
mainfrom
resonate

Conversation

@marcoacierno

Copy link
Copy Markdown
Member

What

ToDo

@vercel

vercel Bot commented Aug 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pycon Ready Ready Preview Aug 15, 2026 5:22pm

@claude

claude Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Adds the Resonate SDK dependency and stands up resonate + resonate-db services in docker-compose. No backend integration code yet, so this is purely infra setup.

  • resonate is missing restart: unless-stopped, unlike every other service in the file (backend-db, frontend, redis, clamav). Without it, the service won't come back automatically after a crash or Docker restart.
  • resonate-db mounts its volume at /var/lib/postgresql while backend-db mounts at /var/lib/postgresql/data. Worth confirming this is intentional, since it diverges from the existing pattern.

@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.08%. Comparing base (5aadf24) to head (8023e5d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4794   +/-   ##
=======================================
  Coverage   93.08%   93.08%           
=======================================
  Files         360      360           
  Lines       11202    11202           
  Branches      902      902           
=======================================
  Hits        10427    10427           
  Misses        663      663           
  Partials      112      112           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant